Change some copy
This commit is contained in:
parent
59336774f7
commit
4bec526ba8
@ -1,6 +1,6 @@
|
||||
$render{"templates/wares"}
|
||||
|
||||
<h2>Posts</h2>
|
||||
<h2>Blog Posts</h2>
|
||||
|
||||
$list_posts{limit = 5}
|
||||
|
||||
|
@ -74,7 +74,7 @@ get_posts = (limit) =>
|
||||
md_dir = "posts"
|
||||
|
||||
sitegen.create =>
|
||||
@site_title = "WebDevCat.me"
|
||||
@site_title = "miti.sh"
|
||||
@app_name = "stasis"
|
||||
@version = "0.2.12"
|
||||
|
||||
@ -114,7 +114,7 @@ sitegen.create =>
|
||||
id: extract_id path
|
||||
} for path in *files]
|
||||
|
||||
add "index.html", title: "Catalin Mititiuc"
|
||||
add "index.html", title: "Catalin Constantin Mititiuc"
|
||||
add "blog.html", title: "Posts", target: "posts/index", template: "blog"
|
||||
|
||||
add "code.md",
|
||||
|
@ -1,9 +1,10 @@
|
||||
$wrap{"root"}
|
||||
|
||||
<section>
|
||||
<h2>Hi, I'm Catalin Mititiuc</h2>
|
||||
<h2>Hi, I'm Cat!</h2>
|
||||
<p>
|
||||
Experienced in full-stack web development with Elixir and JavaScript.
|
||||
I'm a full-stack web developer experienced with the Ruby, Elixir and
|
||||
JavaScript programming languages.
|
||||
</p>
|
||||
|
||||
<p>Hiring? Reach me by <a href="mailto:webdevcat@proton.me">email</a>.</p>
|
||||
|
@ -17,8 +17,8 @@
|
||||
<body class="bg-white">
|
||||
<header>
|
||||
<div style="display: inline-block;">
|
||||
<h1><a href="/">Web Dev Solutions</a></h1>
|
||||
<h3 style="text-align: left">Catalin Mititiuc</h3>
|
||||
<h1>./<a href="/">miti.sh</a></h1>
|
||||
<h3 style="text-align: left">Catalin Constantin Mititiuc</h3>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<h2>Wares</h2>
|
||||
<h2>Projects</h2>
|
||||
|
||||
<section>
|
||||
<h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user