Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drasyl/drasyl.org
Homepage of drasyl
https://github.com/drasyl/drasyl.org
Last synced: 14 days ago
JSON representation
Homepage of drasyl
- Host: GitHub
- URL: https://github.com/drasyl/drasyl.org
- Owner: drasyl
- Created: 2020-07-15T15:49:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T09:19:27.000Z (over 1 year ago)
- Last Synced: 2024-04-17T23:55:05.318Z (7 months ago)
- Language: SCSS
- Homepage: https://drasyl.org
- Size: 24.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website drasyl.org
## Create new blog post
````bash
hugo new blog/drasyl-1-2-released.md
````## Start development server
````bash
hugo server --buildFuture --buildDrafts
````