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