line breaks
This commit is contained in:
parent
e44633a722
commit
9f42e959dc
1 changed files with 5 additions and 15 deletions
|
|
@ -10,26 +10,16 @@ preloads:
|
||||||
crossorigin: true
|
crossorigin: true
|
||||||
---
|
---
|
||||||
|
|
||||||
You can use this starter as a template for your blog and you are ready to go! But there
|
You can use this starter as a template for your blog and you are ready to go! But there are some **adjustments you have to make**.
|
||||||
are some **adjustments you have to make**.
|
|
||||||
|
|
||||||
- `src/_data/meta.js` - sets different "hard coded" text values all over the
|
- `src/_data/meta.js` - sets different "hard coded" text values all over the template, you can change the language, etc.
|
||||||
template, you can change the language, etc.
|
|
||||||
- edit your personal details and social media in `src/_data/personal.yaml`.
|
- edit your personal details and social media in `src/_data/personal.yaml`.
|
||||||
- Open `src/assets/css/blocks/external-link.css`. Replace
|
- Open `src/assets/css/blocks/external-link.css`. Replace "eleventy-excellent.netlify.app" with your own domain. This is about the external link indicators, they are matched with your domain. If you don't want to use external link indicators, feel free to delete the whole style rule. You can also add the class `no-indicator` to any anchor element you want to except from this rule.
|
||||||
"eleventy-excellent.netlify.app" with your own domain. This is about the external link
|
|
||||||
indicators, they are matched with your domain. If you don't want to use external link
|
|
||||||
indicators, feel free to delete the whole style rule. You can also add the class
|
|
||||||
`no-indicator` to any anchor element you want to except from this rule.
|
|
||||||
- Edit your navigation items in `src/_data/navigation.js`.
|
- Edit your navigation items in `src/_data/navigation.js`.
|
||||||
|
|
||||||
If you are working with **VS Code** I recommend installing the "Tailwind
|
If you are working with **VS Code** I recommend installing the "Tailwind CSS IntelliSense" addon, as it works also for our custom utility classes. That said, you will find that Tailwind CSS does not work as you might expect. I explain this in [one of the blog posts](/blog/what-is-tailwind-css-doing-here/).
|
||||||
CSS IntelliSense" addon, as it works also for our custom utility classes. That said, you
|
|
||||||
will find that Tailwind CSS does not work as you might expect. I explain this in
|
|
||||||
[one of the blog posts](/blog/what-is-tailwind-css-doing-here/).
|
|
||||||
|
|
||||||
The [blog posts](/blog/page-0/) also explain / show some features that
|
The [blog posts](/blog/page-0/) also explain / show some features that aren't covered here.
|
||||||
aren't covered here.
|
|
||||||
|
|
||||||
## "Docs" lol
|
## "Docs" lol
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue