https://github.com/tedgoas/dante
My site: http://www.tedgoas.com
https://github.com/tedgoas/dante
Last synced: 11 months ago
JSON representation
My site: http://www.tedgoas.com
- Host: GitHub
- URL: https://github.com/tedgoas/dante
- Owner: TedGoas
- License: mit
- Created: 2013-10-29T00:28:24.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T22:30:10.000Z (over 1 year ago)
- Last Synced: 2024-11-14T23:22:33.233Z (over 1 year ago)
- Language: JavaScript
- Size: 110 MB
- Stars: 16
- Watchers: 4
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dante (www.tedgoas.com)
This is my website's uncompiled source code. [Humans.txt](https://github.com/TedGoas/Dante/blob/main/humans.txt) contains information about how the site is built, my process, resources used, and credits.
Built with [Eleventy](https://www.11ty.dev/), [Vredeburg](https://github.com/dafiulh/vredeburg), and [Tailwind CSS](https://tailwindcss.com).
---
## Getting Started
1. Clone this repository
```bash
git clone https://github.com/tedgoas/dante.git blog-name
```
2. Navigate to the directory
```bash
cd project-folder
```
3. Install dependencies
```bash
npm install
```
### Use in development
```bash
npm start
```
### Build for production
```bash
npm run build
```
### For debugging purposes
```bash
npm run debug
```
## Configuration
To change the title, description, author data, menu/nav item, etc, go to `src/_data/`.