Add new linux post exploit garden post
Edit pandas aggregate articles
Fix formatting with new prettier
This is my personal website. I made it using Hugo.
Repository URL: https://git.sr.ht/~justusw/personal-website
Assuming that you have Hugo installed, simply run:
huge server -D
Run
bin/new
Make sure that your Nix environment works correctly and log into Netlify. Then, run:
bin/preview
And publish it for real with:
bin/publish
You have just published the site.
# If you haven't run this already:
npm ci
# Then make everything neat:
npm run format
Check with vale:
vale content
Create quickfix file:
vale --output=line content > quickfix
Format is
%path:%line:%col:%err
Run the same vale
invocation with Neovim's :make
command, and show the
quick fix window:
set makeprg=vale\ --output=line\ content | set errorformat=%f:%l:%c:%m | make
" Show the quick fix window
cope
" Jump to the next quickfix item
cn
I am making available this project in its entirety under the
3-Clause BSD License. You can
view the license in LICENSE
file included in this project's repository.