Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgcarrillo/jgcarrillo.github.io
My (old) personal website
https://github.com/jgcarrillo/jgcarrillo.github.io
11ty github-pages javascript nunjucks static-site-generator
Last synced: about 1 month ago
JSON representation
My (old) personal website
- Host: GitHub
- URL: https://github.com/jgcarrillo/jgcarrillo.github.io
- Owner: jgcarrillo
- License: gpl-3.0
- Created: 2021-01-30T16:05:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T09:32:38.000Z (9 months ago)
- Last Synced: 2024-05-02T22:18:23.657Z (8 months ago)
- Topics: 11ty, github-pages, javascript, nunjucks, static-site-generator
- Language: CSS
- Homepage:
- Size: 4.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚠️ This is the code of my **old** personal website. The new new is available at [https://jgcarrillo.com/](https://jgcarrillo.com/) ⚠️ #
# 🪔 JGCarrillo Personal Website made with 11ty 🪔
## Table of contents 👇
- [✨ Explanation](#-explanation)
- [🎨 Features](#-features)
- [🚀 Installation](#-installation)
- [💛 Contact](#-contact)### ✨ Explanation
Welcome to my new website (same design, **different static generator**). I decided to move to [11ty](https://www.11ty.dev/) because I felt more comfortable working with node_modules and json files instead of Ruby and Gems. This is just a migration but I have implemented some features.
### 🎨 Features
- Dependabot for npm dependencies and GitHub Actions.
- Better implementation of JavaScript helpers, mainly date functions, so I don't have to change it manually.
- I decided to remove the **Blog** section because I don't want to spend all my time writing posts that no one is going to read. Anyway, if you want to read some of them I have posted before, click [here](https://jgcarrillo-jekyll-web.netlify.app/blog).### 🚀 Installation
- Clone this repository: `git clone https://github.com/jgcarrillo/jgcarrillo.github.io.git`
- Compose the Node modules: `npm install`
- Dev server: `npm run dev`### 💛 Contact
If you have some doubts or need to ask something about the project, feel free to reach me here:
- Twitter: [https://twitter.com/jgcarrillo](https://twitter.com/jgcarrillo_)
- LinkedIn: [https://es.linkedin.com/in/jgcarrilloweb](https://es.linkedin.com/in/jgcarrilloweb)
- Website: [https://jgcarrillo.com/](https://jgcarrillo.com/)