Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miguelsimoni/hugo-initio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAthanasia Monika Mowinckel <a.m.mowinckel@psykologi.uio.no>2020-10-17 17:24:19 +0300
committerAthanasia Monika Mowinckel <a.m.mowinckel@psykologi.uio.no>2020-10-17 17:24:19 +0300
commit776f43b36626f0fae57fe99ad9e8dad8c6c2a115 (patch)
tree9c48b66b272981148bb7af1f24fc8f306181fe38 /exampleSite
parentb8ccf65364b47829154b36c8cfdd3a770c67c4ca (diff)
make it possible to customise home page and use page bundles for recent works
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/data/recentworks.json102
1 files changed, 0 insertions, 102 deletions
diff --git a/exampleSite/data/recentworks.json b/exampleSite/data/recentworks.json
deleted file mode 100644
index dee9108..0000000
--- a/exampleSite/data/recentworks.json
+++ /dev/null
@@ -1,102 +0,0 @@
-[
- {
- "id": 0,
- "name": "Sample title - big data solutions",
- "image": "images/s1.jpg",
- "url": "#",
- "items": [
- {
- "name": "Web design",
- "url": "#"
- },
- {
- "name": "Wordpress",
- "url": "#"
- },
- {
- "name": "Logotype",
- "url": "#"
- }
- ]
- },
- {
- "id": 1,
- "name": "Pure ipsum - development services for people",
- "image": "images/s1.jpg",
- "url": "#",
- "items": [
- {
- "name": "Web design",
- "url": "#"
- },
- {
- "name": "Wordpress",
- "url": "#"
- }
- ]
- },
- {
- "id": 2,
- "name": "Lorem studios - interior and patio design",
- "image": "images/s1.jpg",
- "url": "#",
- "items": [
- {
- "name": "Web design",
- "url": "#"
- },
- {
- "name": "Logotype",
- "url": "#"
- }
- ]
- },
- {
- "id": 3,
- "name": "Pure ipsum - development services for people",
- "image": "images/s1.jpg",
- "url": "#",
- "items": [
- {
- "name": "Web design",
- "url": "#"
- },
- {
- "name": "Wordpress",
- "url": "#"
- }
- ]
- },
- {
- "id": 4,
- "name": "Lorem studios - interior and patio design",
- "image": "images/s1.jpg",
- "url": "#",
- "items": [
- {
- "name": "Web design",
- "url": "#"
- },
- {
- "name": "Logotype",
- "url": "#"
- }
- ]
- },
- {
- "id": 5,
- "name": "Lorem studios - interior and patio design",
- "image": "images/s1.jpg",
- "url": "#",
- "items": [
- {
- "name": "Web design",
- "url": "#"
- },
- {
- "name": "Logotype",
- "url": "#"
- }
- ]
- }
-]