duaa test
Showing
- .gitlab-ci.yml 22 additions, 3 deletions.gitlab-ci.yml
- .gitmodules 3 additions, 0 deletions.gitmodules
- .hugo_build.lock 0 additions, 0 deletions.hugo_build.lock
- README.md 81 additions, 8 deletionsREADME.md
- archetypes/default.md 5 additions, 0 deletionsarchetypes/default.md
- content/test.md 3 additions, 0 deletionscontent/test.md
- hugo.toml 18 additions, 0 deletionshugo.toml
- package-lock.json 1664 additions, 0 deletionspackage-lock.json
- package.json 23 additions, 0 deletionspackage.json
- public/404.html 0 additions, 33 deletionspublic/404.html
- public/about.html 0 additions, 47 deletionspublic/about.html
- public/assignments/week01.html 0 additions, 97 deletionspublic/assignments/week01.html
- public/final-project.html 0 additions, 89 deletionspublic/final-project.html
- public/images/1.png 0 additions, 0 deletionspublic/images/1.png
- public/images/2.png 0 additions, 0 deletionspublic/images/2.png
- public/images/3.png 0 additions, 0 deletionspublic/images/3.png
- public/images/Zaid-Abusini.jpg 0 additions, 0 deletionspublic/images/Zaid-Abusini.jpg
- public/images/avatar-photo.jpg 0 additions, 0 deletionspublic/images/avatar-photo.jpg
- public/images/marie269+1.jpg 0 additions, 0 deletionspublic/images/marie269+1.jpg
- public/images/sample-photo.jpg 0 additions, 0 deletionspublic/images/sample-photo.jpg
.gitmodules
0 → 100644
.hugo_build.lock
0 → 100644
archetypes/default.md
0 → 100644
content/test.md
0 → 100644
hugo.toml
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "digital-garden-theme", | ||
"version": "1.1.1", | ||
"description": "Build your own personal Digital Garden effortlessly with this Hugo theme", | ||
"scripts": { | ||
"dev:css": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./themes/digitalgarden/assets/css/tailwind.css -o ./static/css/main.css -w", | ||
"build:css": "NODE_ENV=production ./node_modules/tailwindcss/lib/cli.js -i ./themes/digitalgarden/assets/css/tailwind.css -o ./static/css/main.css --minify", | ||
"develop": "concurrently \"npm run dev:css\" \"npm run dev\"", | ||
"dev": "hugo serve", | ||
"build": "npm run build:css && hugo --gc --minify" | ||
}, | ||
"keywords": [], | ||
"author": "Varun A P", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@tailwindcss/line-clamp": "^0.4.2", | ||
"@tailwindcss/typography": "^0.5.7", | ||
"tailwindcss": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"concurrently": "^8.2.2" | ||
} | ||
} |
public/404.html
deleted
100644 → 0
public/about.html
deleted
100644 → 0
public/assignments/week01.html
deleted
100644 → 0
public/final-project.html
deleted
100644 → 0
public/images/1.png
deleted
100644 → 0
21.6 KiB
public/images/2.png
deleted
100644 → 0
11.4 KiB
public/images/3.png
deleted
100644 → 0
7.32 KiB
public/images/Zaid-Abusini.jpg
deleted
100644 → 0
158 KiB
public/images/avatar-photo.jpg
deleted
100644 → 0
2.62 KiB
public/images/marie269+1.jpg
deleted
100644 → 0
480 KiB
public/images/sample-photo.jpg
deleted
100644 → 0
20.2 KiB