typos fixed
This commit is contained in:
parent
f9c61cebf7
commit
23393f0793
8 changed files with 26 additions and 26 deletions
|
|
@ -11,13 +11,13 @@ We made a landing page. Read on if your curius about how it is made.
|
|||
# Static Sites
|
||||
|
||||
This website is a static site, mening the related webservers role is simply to serve some files as is to the visitors.
|
||||
The webservers do not need any state related to visitors, it is static from the servers prespective.
|
||||
The webservers do not need any state related to visitors, it is static from the servers perspective.
|
||||
|
||||
That said a static can exibit dynamic behavior in the browser through scripting, so `static` does not describe the user experince.
|
||||
That said a static can exibit dynamic behavior in the browser through scripting, so `static` does not describe the user experience.
|
||||
But it does mean that the servers jobb is very easy and that is why some providers like [cloudflare](cloudflare.com) or [github](github.com) if willing to offer static websites hosting for free.
|
||||
|
||||
|
||||
Statics websites are a great for serving information becouse of the low cost and that you can serve almost limitless amount of visitors.
|
||||
Statics websites are a great for serving information because of the low cost and that you can serve almost limitless amount of visitors.
|
||||
|
||||
# Static Site Generator Zola
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ They speed up the process by enable html templates and layout and theme reuse.
|
|||
Github and Cloudflare offer preconfigured automatic deployment pipelines for some the more popular ssg tools.
|
||||
|
||||
|
||||
For this website I opted for using [Zola](getzola.org) and so for the developer experiance has been great. But dont take my word for it, try it your self.
|
||||
For this website I opted for using [Zola](getzola.org) and so for the developer experience has been great. But dont take my word for it, try it your self.
|
||||
It is quite newbie friendly and the docs are great.
|
||||
|
||||
<script src="https://asciinema.org/a/689648.js" id="asciicast-689648" async="true"></script>
|
||||
|
|
@ -53,7 +53,7 @@ I might cover nix in future entries.
|
|||
|
||||
## E-commerce
|
||||
|
||||
I plan to setup some kind of e-commerce to sell merchindise.
|
||||
I plan to setup some kind of e-commerce to sell merchandise.
|
||||
|
||||
## Showroom
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
|
|||
|
||||
|
||||
|
||||
## Markdown is Awsome
|
||||
## Markdown is Awesome
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
||||
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
|
||||
|
|
@ -66,9 +66,9 @@ Dev environment...
|
|||
|
||||
## E-commerce
|
||||
|
||||
I plan to setup some kind of e-commerce to sell merchindise.
|
||||
While fully intend this to a real store where you can buy stuff, the purpuse is mainly
|
||||
to drink my own wine so I dont poisen my clients. I.E test in production on myself, becouse maximum validity.
|
||||
I plan to setup some kind of e-commerce to sell merchandise.
|
||||
While fully intend this to a real store where you can buy stuff, the purpose is mainly
|
||||
to drink my own wine so I dont poisen my clients. I.E test in production on myself, because maximum validity.
|
||||
|
||||
## Showroom
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ draft=true
|
|||
+++
|
||||
|
||||
|
||||
Placholder for testing layout with more posts...
|
||||
Placeholder for testing layout with more posts...
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
||||
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
|
||||
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
||||
|
|
@ -44,7 +44,7 @@ exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
|
|||
|
||||
|
||||
|
||||
## Markdown is Awsome
|
||||
## Markdown is Awesome
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
||||
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
|
||||
|
|
@ -75,9 +75,9 @@ Dev environment...
|
|||
|
||||
## E-commerce
|
||||
|
||||
I plan to setup some kind of e-commerce to sell merchindise.
|
||||
While fully intend this to a real store where you can buy stuff, the purpuse is mainly
|
||||
to drink my own wine so I dont poisen my clients. I.E test in production on myself, becouse maximum validity.
|
||||
I plan to setup some kind of e-commerce to sell merchandise.
|
||||
While fully intend this to a real store where you can buy stuff, the purpose is mainly
|
||||
to drink my own wine so I dont poisen my clients. I.E test in production on myself, because maximum validity.
|
||||
|
||||
## Showroom
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue