Skip to content

Commit

Permalink
Correction revert to empty template
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile-michel committed May 12, 2024
1 parent 407bb3d commit dc235b7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies & build
run: |
npm install
npm run build
npm run build-gp
- uses: actions/upload-pages-artifact@v2

deploy:
Expand Down
6 changes: 0 additions & 6 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ date: 2024-01-01
layout: default
tags: [primary, footer]
---
{% assign items = stylesheet | sort: 'landmarks' | reverse %}
{% for item in items %}
{% if item.landmarks-name %}
- **{{ item.name }}**: {{ item.landmarks }}% ({{ item.landmarks-name }})
{% endif %}
{% endfor %}
2 changes: 1 addition & 1 deletion content/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ layout: default
tags: [primary]
---
{% for post in collections.list %}
- [{{ post.data.title }}]({{ post.url }})
- [{{ post.data.title }}]({{ post.url | url }})
{% endfor %}
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "database-css",
"name": "12-simple-template",
"version": "1.0.0",
"description": "Database of CSS frameworks with centered content",
"description": "Simple template with Eleventy, Liquid & CDN css frameworks",
"main": "eleventy.config.js",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "eleventy --pathprefix 'database-css'"
"serve": "npx @11ty/eleventy --serve",
"decap": "npx decap-server",
"start": "npx decap-server & npx @11ty/eleventy --serve",
"build": "eleventy",
"build-gp": "eleventy --pathprefix '12-simple-template'"
},
"keywords": [
"eleventy",
Expand All @@ -16,4 +19,4 @@
"dependencies": {
"@11ty/eleventy": "^2.0.1"
}
}
}

0 comments on commit dc235b7

Please sign in to comment.