This website hosted at https://daeghrefn.nasqueron.org/ provides an web presence to Dæghrefn, an utility bot on Freenode.
## Purpose
- An answer to the question 'Who are you?'
- Provide a documentation
If you search the source source code of the bot:
- At the core, it's an eggdrop
- It uses these TCL scripts
- It also uses these Python scripts to interact with Wikidata.
This site use the ZURB Template for use with Foundation for Sites.
It has a Gulp-powered build system with these features:
- Handlebars HTML templates with Panini
- Sass compilation and prefixing
- JavaScript concatenation
- Built-in BrowserSync server
- For production builds:
- CSS compression
- JavaScript compression
- Image compression
These steps come from the Foundation ZURB template repository documentation.
To use this repository, your computer needs:
To manually set up the repository, first download it with Git:
$ git clone https://github.com/nasqueron/daeghrefn-www daeghrefn-www
Then open the folder in your command line, and install the needed dependencies:
$ cd daeghrefn-www
$ yarn
Finally, run yarn start
to run Gulp. The finished site will be created in a folder called dist
, viewable at this URL:
http://localhost:8000
To create compressed, production-ready assets, run yarn run build
.