Skip to content

Commit

Permalink
Add jamstackthemes link, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Do committed May 5, 2020
1 parent c9e0227 commit f605781
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@

> Neumorphism designed Jekyll theme for personal websites, portfolios and resumes.
* Featured on [JAMstack Themes](https://jamstackthemes.dev/theme/jekyll-neumorphism/)

[![Open Issues](https://badgen.net/github/open-issues/longpdo/neumorphism)](https://github.com/longpdo/neumorphism/issues)
[![License](https://badgen.net/github/license/longpdo/neumorphism)](LICENSE)

Expand Down
8 changes: 4 additions & 4 deletions _config.yml
Expand Up @@ -34,7 +34,7 @@ show_aboutme_card: true
# about_me_title: The will be displayed as the title in the About Me section
about_me_title: About Me
# about_me_description: This will be displayed under the title.
about_me_description: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
about_me_description: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. If you like this theme and want to use it for yourself, checkout the source code and the documenation at <a class="highlight-link" href="https://github.com/longpdo/neumorphism" target="_blank" rel="noreferrer"> Github </a>. You can also find me on <a class="highlight-link" href="https://jamstackthemes.dev/theme/jekyll-neumorphism/" target="_blank" rel="noreferrer"> JAMstack Themes </a>.

# SKILLS SECTION
# show_skills_card:
Expand Down Expand Up @@ -78,10 +78,10 @@ os_projects_title: Open Source Projects
# > setting this to true, will display the Contact section
# > setting this to false, will omit the Contact section
show_contact_card: true
# about_me_title: The will be displayed as the title in the Contact section
# contact_title: The will be displayed as the title in the Contact section
contact_title: Contact
# about_me_description: This will be displayed under the title.
contact_description: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
# contact_description: This will be displayed under the title.
contact_description: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. If you like this theme and want to use it for yourself, checkout the source code and the documenation at <a class="highlight-link" href="https://github.com/longpdo/neumorphism" target="_blank" rel="noreferrer"> Github </a>.

# GITHUB-METADATA
# Set this to your forked repository
Expand Down
5 changes: 5 additions & 0 deletions docs/config.md
Expand Up @@ -32,6 +32,11 @@
* setting this to **false**, will omit the About Me section
* `about_me_title`: The will be displayed as the title in the About Me section
* `about_me_description`: This will be displayed under the title.
* You can add and style website links with this HTML template inside every **section_description**, e.g. checkout the current `about_me_description`:

```html
<a class="highlight-link" href="https://github.com/longpdo/neumorphism" target="_blank" rel="noreferrer"> Github </a>
```

## Skills Section

Expand Down

0 comments on commit f605781

Please sign in to comment.