132 lines
3 KiB
HTML
132 lines
3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
|
<title>
|
|
Ari::web -> Blog
|
|
</title>
|
|
<meta content="Ari::web -> Blog" property="og:site_name"/>
|
|
<meta content="https://blog.ari-web.xyz/" property="og:url"/>
|
|
<meta content="Ari::web -> Blog" property="og:title"/>
|
|
<meta content="website" property="og:type"/>
|
|
<meta content="#262220" name="theme-color"/>
|
|
<meta content="dark" name="color-scheme"/>
|
|
<meta content="website webdev linux programming ari terminal dark blog javascript opensource free" name="keywords"/>
|
|
<meta content="follow" name="robots"/>
|
|
<link href="/styles/styles.css" rel="stylesheet"/>
|
|
<meta content="Blog on 2022-03-08 22:50:31 EET - What I use for hosting, maitaining and managing my website" name="description"/>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<h1 id="what-i-use-for-hosting-maitaining-and-managing-my-website">
|
|
What I use for hosting, maitaining and managing my website
|
|
</h1>
|
|
<div aria-hidden="true" style="text-align: center;">
|
|
2022-03-08 22:50:31 EET |
|
|
<a href="..">
|
|
back
|
|
</a>
|
|
|
|
|
<a href="/">
|
|
home
|
|
</a>
|
|
|
|
|
<a href="/git">
|
|
git
|
|
</a>
|
|
</div>
|
|
<hr/>
|
|
<ul>
|
|
<li>
|
|
Hosting of code
|
|
<ul>
|
|
<li>
|
|
<a href="https://github.com/">
|
|
GitHub
|
|
</a>
|
|
-- for fully free code
|
|
</li>
|
|
<li>
|
|
<a href="https://netlify.com/">
|
|
Netlify
|
|
</a>
|
|
-- for bigger sites (like
|
|
<a href="https://files.ari-web.xyz/">
|
|
files.ari-web.xyz
|
|
</a>
|
|
)
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
Domains
|
|
<ul>
|
|
<li>
|
|
<a href="https://namecheap.com/">
|
|
NameCheap
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
Hosting of sites
|
|
<ul>
|
|
<li>
|
|
<a href="https://netlify.com/">
|
|
Netlify
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
Code analysis
|
|
<ul>
|
|
<li>
|
|
<a href="https://github.com/marketplace?type=actions">
|
|
GitHub actions
|
|
</a>
|
|
<ul>
|
|
<li>
|
|
<a href="https://github.com/github/codeql-action">
|
|
CodeQL
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
Blog generation
|
|
<ul>
|
|
<li>
|
|
<a href="https://blog.ari-web.xyz/git/blob/main/scripts/add_blog">
|
|
add_blog python script
|
|
</a>
|
|
using
|
|
<a href="https://pypi.org/project/Markdown/">
|
|
python markdown
|
|
</a>
|
|
and
|
|
<a href="https://pypi.org/project/beautifulsoup4/">
|
|
beautifulsoup4
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
Redirection
|
|
<ul>
|
|
<li>
|
|
<a href="https://docs.netlify.com/configure-builds/file-based-configuration/">
|
|
Netlify file-based configuration
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<!-- this is automatically generated by scripts/add_blog -->
|