Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 30a84f6

Browse files
committed
Rename
1 parent c0d0c88 commit 30a84f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Neat Starter
1+
# Eleventy Starter
22

33
Starter Template for Static CMS, Eleventy, Alpine JS & Tailwind CSS
44

src/_data/settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
name: Neat Starter
2+
name: Eleventy Starter
33
author: Surjith S M
44
url: "https://surjithctly.in/"

src/admin/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ backend:
44
branch: master
55
### enable below lines for github integration ###
66
# name: github
7-
# repo: surjithctly/neat-starter
7+
# repo: surjithctly/eleventy-starter
88
media_folder: "src/static/img"
99
public_folder: "/static/img"
1010

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Neat Starter
3+
title: Eleventy Starter
44
path: home
55
---
66

0 commit comments

Comments
 (0)