Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.2 KB

asdf.dev - A website.

Compatibility

VuePress Compatibility

asdf.dev is powered by VuePress 1.x

Branches

main - The latest build files used to generate the site.

Repository Contents

Site content is located at /site/

VuePress theme styles/components are located in /site/.vuepress/theme.

Our Font

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.

Build it

$ npm run COMMAND
  • dev Runs vuepress dev site for development and monitors files for changes.
  • build Runs vuepress build site to build the site and output files to _build directory.
  • release Runs vuepress build site to build the site and copy output files from _build to _release.

Feedback

If you'd like to contribute please checkout our code of conduct and contributing guides.