Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w0rp/new-dlang.org
An experimental new dlang.org made with vibe.d
https://github.com/w0rp/new-dlang.org
Last synced: about 1 month ago
JSON representation
An experimental new dlang.org made with vibe.d
- Host: GitHub
- URL: https://github.com/w0rp/new-dlang.org
- Owner: w0rp
- License: bsl-1.0
- Created: 2014-05-31T18:01:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-15T20:17:04.000Z (over 10 years ago)
- Last Synced: 2024-10-14T05:28:20.399Z (3 months ago)
- Language: D
- Size: 1.28 MB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dlang.org Redesign
This is a project for redesigning dlang.org.
## Building
First, you should use dub to build the druntime and phobos documentation.
First, clone druntime and phobos to the same directory you cloned this
repository to, and checkout the stable D language version for each repository
to match your DMD compiler in each repository. Then you will be able to
build the documentation.```
dub run --config=documentation
```You should run this command again if you make changes to the documentation, or
layout diet templates used by the documentation.To run the site itself, use dub again.
```
dub run
```