Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asdfdotdev/asdf.dev
A website.
https://github.com/asdfdotdev/asdf.dev
personal-website vuepress
Last synced: 7 days ago
JSON representation
A website.
- Host: GitHub
- URL: https://github.com/asdfdotdev/asdf.dev
- Owner: asdfdotdev
- License: mit
- Created: 2019-04-07T03:36:23.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T17:13:39.000Z (about 2 years ago)
- Last Synced: 2024-11-14T00:20:48.475Z (2 months ago)
- Topics: personal-website, vuepress
- Language: Vue
- Homepage:
- Size: 2.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
asdf.dev - A website.
### Compatibility
[![VuePress Compatibility](https://img.shields.io/badge/VuePress-v1.x-success.svg)](https://vuepress.vuejs.org/)
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](https://asdf.dev) we are using the wonderful Geomanist font from our friends at [Atipo Foundry](http://www.atipofoundry.com/fonts/geomanist). 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](./.github/CODE_OF_CONDUCT.md) and [contributing](./.github/CONTRIBUTING.md) guides.