v1 web development & design, maybe too technical?
This commit is contained in:
parent
facb1c119e
commit
f2e85a0f82
2 changed files with 11 additions and 31 deletions
1
.vscode/ltex.dictionary.en-US.txt
vendored
Normal file
1
.vscode/ltex.dictionary.en-US.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Decap
|
|
@ -1,44 +1,23 @@
|
|||
---
|
||||
title: "Web Development & Design"
|
||||
draft: false
|
||||
description: "Learn how to build Blowfish manually."
|
||||
description: "Learn how we can help you build fast and beautiful websites."
|
||||
---
|
||||
|
||||
# Lorem Ipsum
|
||||
We present a simple solution for scalable websites that rely on a content management system (CMS), with the use of a static site CMS (i.e. [Decap CMS](https://github.com/decaporg/decap-cms), or it's fork [Static CMS](https://github.com/StaticJsCMS/static-cms)), an optional analytics platform like [Plausible](https://github.com/plausible/analytics), and a static site generator (i.e. [Hugo](https://github.com/gohugoio/hugo) or [Jekyll](https://github.com/jekyll/jekyll)) you can quickly and efficiently deploy new pages to a website with a pipeline that works for you.
|
||||
|
||||
Lorem Ipsum is a **dummy text** often used in the **printing** and **typesetting** industry. It has been the industry's standard **dummy text** since the 1500s when an unknown printer took a galley of type and scrambled it to make a **type specimen book**. It has survived not only five centuries but also the leap into electronic typesetting, remaining essentially unchanged.
|
||||
### Why Static Sites? And, why this stack?
|
||||
|
||||
## Why Lorem Ipsum?
|
||||
- **Full In-House Control:** Your data, your rules. You don't have to give any monthly fees for Google Analytics or a managed hosting provider. Nothing is obfuscated, and all important details are at your fingertips. No data is collected of you or your users, Plausible is not just GDPR complaint but collects truly generalized data that still allows you to get the information you need without sacrificing user privacy.
|
||||
|
||||
- Lorem Ipsum provides a **placeholder** for text content when designing documents, websites, or graphic layouts.
|
||||
- It allows designers and developers to focus on the **visual aspects** of their work without being distracted by the actual content.
|
||||
- It ensures that the layout and formatting are the primary focus during the initial design phase.
|
||||
- **Version Control:** All your code resides in a Git repository alongside your content and a static site CMS is built to run CI/CD for your git repository. This means you can easily track all changes made to your website and quickly deploy it to a new server during an outage or upgrade.
|
||||
|
||||
## Lorem Ipsum Variations
|
||||
- **Customization:** Hugo brings a world of customization to your fingertips. Choose from a wide array of prebuilt themes or engage our team to draft a theme from scratch, perfectly tailored to you. We want to make it easy for your organization to have a snappy and reliable web presence. [Take a look at the theme we used for this website](https://blowfish.page/).
|
||||
|
||||
There are many variations of Lorem Ipsum available, but the most common version consists of a passage from Cicero's *De Finibus Bonorum et Malorum* (The Extremes of Good and Evil).
|
||||
- **Usability:** Don't sacrifice the usability afforded by tools like WordPress, most static site content management platforms we use and recommend provide a helpful UI to walk you through the process of managing your website. [Static CMS demo](https://demo.staticcms.org/).
|
||||
|
||||
### Sample Lorem Ipsum Text
|
||||
### Cost Savings
|
||||
|
||||
```markdown
|
||||
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. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
```
|
||||
All of these services can be entirely self-hosted on a VPS that costs less than [5 dollars a month](https://www.hetzner.com/cloud). Less than 15 dollars if your organization requires dedicated resources on your VPS.
|
||||
|
||||
## Lorem Ipsum Tables
|
||||
|
||||
You can also use Lorem Ipsum in tables:
|
||||
|
||||
| Header 1 | Header 2 |
|
||||
| ---------------| ------------ |
|
||||
| Lorem ipsum | dolor sit |
|
||||
| amet, | consectetur |
|
||||
| adipiscing | elit. |
|
||||
|
||||
## Conclusion
|
||||
|
||||
In summary, Lorem Ipsum is a valuable tool for designers and developers to create aesthetically pleasing layouts without getting bogged down by content creation. It offers flexibility in terms of variations and can be easily integrated into various design projects using Markdown formatting or other markup languages.
|
||||
|
||||
```javascript
|
||||
// Here's a JavaScript snippet
|
||||
console.log("Hello, world!");
|
||||
```
|
||||
Don't want your Git repository to be running on an off-site server? Separate your pipeline into physically disparate servers by purchasing a machine to function as a local Git repository that is accessible from a public IP using a [decentrialized system](/services/cloud-deploy/#decentralized-systems--security). Better yet, repurpose an old computer to function as your own mini home datacenter.
|
Loading…
Add table
Reference in a new issue