Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr. Anderson committed Aug 18, 2019
1 parent 646dd62 commit 490d3af
Show file tree
Hide file tree
Showing 25 changed files with 66 additions and 37 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.0.14
## 18-08-2019

1. [](#improved)
* demo pages with the new page structure
* page blueprints changed
* the entry pages are now modular
[](#new)
* new gallery modul

# v0.0.13
## 18-08-2019

Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,4 @@ header:
path: user/themes/simplicity/images/custom/default_avatar.png
```
## To-Do's
* [ ] Contact button in header
* [ ] Contact box (modular)
* [ ] Blog page and modular box for the latest blogs
8 changes: 8 additions & 0 deletions _demo/pages/blog/my-first-blog/_description/text.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Description
text: "A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. \r\n\r\n### Here is a title\r\n\r\nThe Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way. When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. \r\n\r\n>This is a blockquote.\r\n>Pityful a rethoric question ran over her cheek, then"
showtitle: '1'
position: main
page_container: container
---

8 changes: 8 additions & 0 deletions _demo/pages/blog/my-first-blog/_gallery/gallery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Gallery
gallerie: 'b (1).jpg,b (2).jpg,b (3).jpg,b (4).jpg'
showtitle: '0'
position: main
page_container: container
---

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ tags:
- hardware
preview:
text: 'Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country.'
content:
items: '@self.modular'
order:
by: folder
dir: asc
body_classes: modular
page_container: container
---

1 change: 1 addition & 0 deletions _demo/pages/home/01._about/text.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: About
position: main
showtitle: '1'
text: "Far far away, behind the word **mountains**, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. \r\n\r\nThe Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way. "
page_container: container
---
Expand Down
7 changes: 4 additions & 3 deletions _demo/pages/home/03._ experience/experience.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
---
title: Experience
position: main
experience:
-
job: Web-Developer
company: Microsoft
date: 2014-2020
text: 'The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way. '
text: 'The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way.'
-
job: Software-Engineer
company: 'Google Inc.'
date: 2010-2014
text: 'The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way. '
text: 'The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way.'
showtitle: '1'
position: main
page_container: container
---

3 changes: 2 additions & 1 deletion _demo/pages/home/05._education/education.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Education
position: sidebar
education:
-
name: 'BSc Computer Science'
Expand All @@ -10,6 +9,8 @@ education:
name: 'MSc Psychology and Computer Science'
school: 'University College London '
date: 2005-2009
showtitle: '1'
position: sidebar
page_container: container
---

3 changes: 2 additions & 1 deletion _demo/pages/home/06._skills/skills.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Skills
position: sidebar
text: 'Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.'
skills:
-
Expand All @@ -9,6 +8,8 @@ skills:
-
name: 'jQuery & Javascript'
level: '40'
showtitle: '1'
position: sidebar
page_container: container
---

Binary file added _demo/pages/home/_gallery/b (1).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _demo/pages/home/_gallery/b (2).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _demo/pages/home/_gallery/b (3).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _demo/pages/home/_gallery/b (4).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions _demo/pages/home/_gallery/gallery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: gallery
showtitle: '0'
position: main
gallerie: 'b (1).jpg,b (2).jpg,b (3).jpg,b (4).jpg'
page_container: container
---

File renamed without changes.
17 changes: 17 additions & 0 deletions _demo/pages/projects/simplicity-grav-theme/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 'Simplicity Grav Theme'
tags:
- themes
- grav
preview:
text: 'Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country.'
image:
user/pages/projects/simplicity-grav-theme/preview/screenshot.jpg:
name: screenshot.jpg
type: image/jpeg
size: 108989
path: user/pages/projects/simplicity-grav-theme/preview/screenshot.jpg
text: "A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. \r\n\r\nThe Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way. When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. \r\n\r\n!! This is a alertbox from Grav"
page_container: container
---

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions _demo/pages/projects/simplicity-theme-for-grav/entry.md

This file was deleted.

19 changes: 0 additions & 19 deletions _demo/pages/projects/test2/entry.md

This file was deleted.

Binary file removed _demo/pages/projects/test2/preview/matrix.png
Binary file not shown.
Binary file removed _demo/pages/projects/test2/preview/project-1.png
Binary file not shown.

0 comments on commit 490d3af

Please sign in to comment.