Skip to content

Commit

Permalink
Migrate to Zola
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldemoura committed Dec 27, 2024
1 parent 9043c6a commit b37d141
Show file tree
Hide file tree
Showing 147 changed files with 5,527 additions and 1,461 deletions.
Empty file modified .editorconfig
100644 → 100755
Empty file.
Empty file modified .env.dist
100644 → 100755
Empty file.
3 changes: 1 addition & 2 deletions .gitattributes
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
_charts/* linguist-vendored=true
_pocs/* linguist-vendored=true
other/* linguist-vendored=true
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

20 changes: 9 additions & 11 deletions .github/workflows/build.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: actions/setup-node@v3
- uses: actions/checkout@v1
- name: setup-zola
run: |
curl -s -L https://github.com/getzola/zola/releases/download/v0.19.2/zola-v0.19.2-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 22.x

- run: sudo apt-get install -y shellcheck

- run: |
npm run setup
yarn run setup
- run: |
npm run lint:sh
npm run lint:scss
npm run lint:js
npm run lint:md
npm run build
npm run lint:html
yarn run lint
yarn run build
12 changes: 4 additions & 8 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
!.keep
.env
/_deploy/
/_drafts/
/_site/
/.bundle/
/.jekyll-cache/
/deploy/
/node_modules/
/ruby_gems/
Gemfile.lock
package-lock.json
/public/
/static/main.js
/static/processed_images/
Empty file modified .htmlhintrc
100644 → 100755
Empty file.
Empty file modified .remarkr
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

10 changes: 3 additions & 7 deletions .stylelintignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
/_deploy/
/_site/
/.bundle/
/.jekyll-cache/
/node_modules/
/ruby_gems/
*.*
!*.css
!*.scss
Gemfile
/deploy/
/public/
/node_modules/
_headers
_redirects
Empty file modified .stylelintrc.json
100644 → 100755
Empty file.
14 changes: 0 additions & 14 deletions Gemfile

This file was deleted.

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,25 @@

[![Build Status](https://github.com/migueldemoura/migueldemoura.com/workflows/build/badge.svg)](https://github.com/migueldemoura/migueldemoura.com/actions)

This is my personal blog hosted at [migueldemoura.com]. It is built with Jekyll and other open source tools.
This is my personal blog hosted at [migueldemoura.com]. It is built with [Zola] and other open source tools.

### Browser Compatibility

Fully supported (Desktop and Mobile):

- Latest 2 Chromium/Chrome/Edge versions
- Latest 2 Chromium/Chrome versions
- Latest 2 Firefox versions (required fix [8985053] as it has a CSP bug regarding svgs - #3)
- Latest Edge version
- Latest Safari version (required fix [50c4495] as it doesn't support svg 2 href)

Javascript is required for the image zoom effect ([Zooming](https://github.com/kingdido999/zooming)) and faster page transitions ([Turbolinks](https://github.com/turbolinks/turbolinks)).
Javascript is only required for the image zoom effect ([Zooming](https://github.com/kingdido999/zooming)) and faster page transitions ([Turbolinks](https://github.com/turbolinks/turbolinks)).

### License

Template - `LICENSE-MIT.md`.
Post content and assets - `LICENSE-CC-BY-SA-4.0.md`.

[Zola]: <https://github.com/getzola/zola>
[migueldemoura.com]: <https://migueldemoura.com/>
[8985053]: <https://github.com/migueldemoura/migueldemoura.com/commit/8985053b148392280c98040923b2ea497b10bc70>
[50c4495]: <https://github.com/migueldemoura/migueldemoura.com/commit/50c4495ef31b8f5febf23f011a8fa95984804f9f>
188 changes: 0 additions & 188 deletions _assets/stylesheets/_base.scss

This file was deleted.

32 changes: 0 additions & 32 deletions _assets/stylesheets/_mixins.scss

This file was deleted.

Loading

0 comments on commit b37d141

Please sign in to comment.