-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* switch to hugo + ox-hugo
- Loading branch information
Showing
65 changed files
with
3,440 additions
and
539 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Build | ||
|
||
on: | ||
pull_request: | ||
branches: [ master ] | ||
|
||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install Nix | ||
uses: cachix/install-nix-action@v27 | ||
|
||
- name: Build website | ||
run: nix develop .#ci -c just ci-build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Deploy | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
|
||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install Nix | ||
uses: cachix/install-nix-action@v27 | ||
|
||
- name: Build website | ||
run: nix develop .#ci -c just ci-build | ||
|
||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./public | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# metadata for [[https://www.freecodecamp.org/news/what-is-open-graph-and-how-can-i-use-it-for-my-website/][open graph]] metadata | ||
#+begin_description | ||
Marcos's blog description | ||
#+end_description | ||
|
||
Hello! I'm *Marcos Benevides*, a developer from São Luís, MA - Brazil. You're | ||
going to find my posts, projects and tutorials here, and probably some random | ||
rambling about byzantine history. | ||
|
||
*** Interests | ||
|
||
Here's a non-exaustive list of my current interests: | ||
|
||
- Backend Development | ||
- Infrastructure | ||
- Functional Programming | ||
- GNU/Linux & FOSS | ||
- Logic | ||
- Philosophy | ||
|
||
#+CAPTION: btw, I use [[https://nixos.org/][NixOS]]... | ||
#+NAME: fig: | ||
#+ATTR_HTML: :width 25% :height 25% | ||
[[../static/img/nixos.gif]] | ||
|
||
*** Contact me | ||
|
||
You may also find me elsewhere in cyberspace, under the following aliases: | ||
|
||
#+BEGIN_export html | ||
<div> | ||
<table style="width:80%"> | ||
<tr> | ||
<td> | ||
<a href="https://github.com/mtrsk" title="My Github profile"><i class='bx bxl-github bx-lg'></i></a> | ||
</td> | ||
<td> | ||
<a href="https://gitlab.com/mtrsk" title="My Gitlab profile"><i class='bx bxl-gitlab bx-lg' ></i></a> | ||
</td> | ||
<td> | ||
<a href="https://www.linkedin.com/in/schonfinkel" title="My Linkedin profile"><i class='bx bxl-linkedin-square bx-lg' ></i></a> | ||
</td> | ||
<td> | ||
<a href="mailto:marcos.schonfinkel@gmail.com" title="My personal email"><i class='bx bx-envelope bx-lg' ></i></a> | ||
</td> | ||
<td> | ||
<a href="https://stackexchange.com/users/5858235/aristu"><img src="https://stackexchange.com/users/flair/5858235.png" alt="profile for Aristu on Stack Exchange, a network of free, community-driven Q&A sites" title="profile for Aristu on Stack Exchange, a network of free, community-driven Q&A sites" /></a> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
#+END_export |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.