Commit graph

3 commits

Author SHA1 Message Date
William Carroll
a9bd18c440 Move index.html to static directory
I only want nginx to serve files from the static directory, so that I do not
accidentally expose files like default.nix or README.md to the web.
2020-03-08 19:10:35 +00:00
William Carroll
280956a466 Update markup for learn.wpcarro.dev
Adding a personal introduction, overview of coding, pricing, and contact
information.

Also using a CDN to install TailwindCSS, which the TailwindCSS authors
discourage, but I don't want to setup a complicated build process at the
moment.
2020-03-08 18:58:06 +00:00
William Carroll
688cd1d912 Add content for learn.wpcarro.dev
See the README.md for more context about this project.

TODO: I configure nginx to serve static files from /var/www/learn. I'd like to
symlink /var/www/learn to briefcase/learn as part of my `rebuild` script, but I
don't currently.
2020-03-08 11:43:33 +00:00