/cezaraugusto.net

Interwebs presence of yours truly.

Primary LanguageHTMLMIT LicenseMIT

cezaraugusto.net

Interwebs presence of yours truly. See it live.

Hey there! This is my personal website and blog. It's super fast and built with 11ty. Interested in client-side development? Follow me on Twitter.



Blog includes

  • Assets caching with Service Worker
  • Syntax highlighting
  • RSS feed
  • Sitemap

Code includes

  • Standard for JS linting
  • Stylelint for CSS linting

Performance

This blog is minimal on purpose. Mostly because it's beautiful but turns out in Web Development, less means fast.

Installing

$ git clone git@github.com:cezaraugusto/cezaraugusto.net.git
$ npm i

Running

$ npm start

Deploying

# generate static resources under <root>/_site
npm run deploy

Contributing

See something wrong? Please open an issue.

License

(c) 2018-present Cezar Augusto. All code is licensed under MIT. Articles are licensed under CC BY 4.0.