Davide Polonio
c2b7050b5e
continuous-integration/drone/push Build is passing
Details
|
||
---|---|---|
archetypes | ||
content | ||
layouts/partials | ||
static | ||
themes | ||
tools | ||
.drone.yml | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.markdownlint-cli2.yaml | ||
LICENSE | ||
README.md | ||
config.toml | ||
package-lock.json | ||
package.json |
README.md
bitdispenser.dev
This is my personal website where I like to keep my thoughts mostly about technology & software. The site is statically generated thanks to Hugo, and it huses the Hermit theme. Posts are written in Markdown and then checked with Aspell.
Building the website
You can have a live preview of the website locally using the following command:
hugo serve
Note that this repository uses Git LFS, so you need to enable it and pull binary objects first before building the site, otherwise you will likely have missing images & assets.
Lint & spellchecker checks
Lint & spellchecker are respectively done with a npm package and a bash script. For running them you need node installed.
For lint checking:
npm install
npm run lint
For spell check:
npm run spellchecker
or
./tools/spellchecker.sh en
License
Images and all the other content taken on internet are of their rispective owners. All the other content is to consider under CC-BY-SA 4.0. Code snippets otherwise specified are to be considered under MIT license.