An open API service indexing awesome lists of open source software.

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

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/`.