Skip to content

Commit

Permalink
Link to Lilo.page and bring in the purple color
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojakob committed Aug 30, 2023
1 parent a9c826a commit e4a0f06
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 20 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Version 3.1.0 (2023-02-20)

- Update to Hugo v0.110.0.
- Make `hugo.toml` the new `config.toml` (see [hugo #8979](https://github.com/gohugoio/hugo/issues/8979)).
- Use `default-author.jpg` image in author settings and about page to show in the CMS that the image can be changed.
- Link to Lilo.page and bring in the purple color.

## Version 3.0.1 (2022-12-08)

- Admin: Remove email from author settings. Add link to author page.
Expand All @@ -11,7 +18,7 @@

## Version 3.0.0 (2022-12-03)

- Rebranding: Rename Lernblog to Lilo.Blog and change Domain to lilo.blog.
- Rebranding: Rename Lernblog to Lilo.blog and change Domain to lilo.blog.

## Version 2.0.5 (2022-11-17)

Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# Lilo.Blog
# Blog Template powered by 💜 [Lilo.page](https://www.lilo.page)

**A blog for your journey of life and learning.**
With this blog template it's very easy to create your own [Lilo page](https://www.lilo.page). This is what you get:

With Lilo.Blog it's very easy to create your own blog. This is what you get:

- A blog that you own. Can be used as portfolio, as a project page or for documenting your journey.
- A blog that you own. It can be used as portfolio, as a project page or for documenting your journey of life and learning.
- A simple admin interface to write blog posts.
- It's free! If you want your own custom domain (for example `yourname.com`) you can register it at any domain provider. You only pay a small fee for the domain while the blog stays free.

## More Info

For more information head over to [www.lilo.blog](https://www.lilo.blog).

## One-Click Install
### One-Click Install

Use the following button to install your own Lilo.Blog (for help see instructions on [www.lilo.blog](https://www.lilo.blog)).
Use the following button to install your own Lilo.blog (detailed instructions on [www.lilo.blog](https://www.lilo.blog)).

<a href="https://app.netlify.com/start/deploy?repository=https://github.com/marcojakob/lilo.blog&amp;stack=cms"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify"></a>

## Lilo.page

You can find more information on [www.lilo.page](https://www.lilo.page).

## License

You are allowed to reuse Lilo.Blog and create your own versions of it. The work is licensed under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) (CC BY-SA 4.0).
You are allowed to reuse Lilo.blog and create your own versions of it. The work is licensed under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) (CC BY-SA 4.0).

### What does the license mean?
### What does the License Mean?

This license expresses two aspects that are important to us:

Expand Down
2 changes: 1 addition & 1 deletion content/settings/design/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ headless = true
icon = "/img/default-favicon.png"
logo = "/img/default-logo.png"
image = "/img/default-image.jpg"
color = "#5d9fbd"
color = "#5a4ae3"
+++
6 changes: 3 additions & 3 deletions content/settings/general/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
headless = true
title = "My Name"
description = "A Journey of Life and Learning"
footerLeft = "Powered by 💛 and [Lilo.Blog](https://www.lilo.blog)"
footerRight = "[🏷️ Tags](/tags/) | [🗃️ Archive](/posts/) | [📣 Social](https://www.lilo.blog)"
description = "A Lifelong Journey"
footerLeft = "Powered by 💜 [Lilo.page](https://www.lilo.page)"
footerRight = "🏷️ [Tags](/tags/) | 🗃️ [Archive](/posts/)"
+++
6 changes: 3 additions & 3 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ buildFuture = true
paginatePath = "page"
disableKinds = ["RSS"]
pygmentsCodefences = true
copyright = "2023 by Lilo.Blog - Creative Commons Attribution-ShareAlike 4.0"
copyright = "2023 by Lilo.blog - Creative Commons Attribution-ShareAlike 4.0"

[params]
blogName = "Lilo.Blog"
blogVersion = "3.0.1"
blogName = "Lilo.blog"
blogVersion = "3.1.0"
blogUrl = "https://www.lilo.blog"
paginateHome = 12
paginateTags = 36
Expand Down
2 changes: 1 addition & 1 deletion static/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>Lilo.Blog Admin</title>
<title>Lilo.blog Admin</title>

<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<style>
Expand Down

0 comments on commit e4a0f06

Please sign in to comment.