asdf.dev - A website.
asdf.dev is powered by VuePress 1.x
main - The latest build files used to generate the site.
Site content is located at /site/
VuePress theme styles/components are located in /site/.vuepress/theme.
On the live site we are using the wonderful Geomanist font from our friends at Atipo Foundry. You won't find it in this repo because we've only licensed it for our own use. But if you're in the market for some outstanding fonts pay them a visit.
$ npm run COMMAND
- dev Runs
vuepress dev sitefor development and monitors files for changes. - build Runs
vuepress build siteto build the site and output files to_builddirectory. - release Runs
vuepress build siteto build the site and copy output files from_buildto_release.
If you'd like to contribute please checkout our code of conduct and contributing guides.