-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (40 loc) · 1.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
category: Home
---
<div id="index-container">
<div id="welcome-text" class="column">
<h2>Welcome to biegunka.budueba.com!</h2>
<p>
Here we present <b>Biegunka</b> - configuration development library.
<b>Biegunka</b> tries to solve multiple problems:
<ul>
<li>Both conveniently and flexibly [re]organize configuration files on several machines</li>
<li>Reliably remove unused or unwanted configuration files</li>
<li>Also, do it (reasonably) fast</li>
</ul>
Some related issues are solved, in particular:
<ul>
<li>Vim plugin management</li>
<li>Experimentation with others' projects</li>
<li>Projects' forks maintenance</li>
</ul>
</p>
<p>This site is designed to help with intuition what <b>Biegunka</b> is and how to use it</p>
<h2>Additional resources</h2>
<p>
<ul>
<li id="resource"><a href="https://github.com/biegunka"><img src="/images/github.ico" alt="github"></img> Source code</a></li>
<li id="resource"><a href="https://biegunka.github.com/biegunka"><img src="/images/haskell.ico" alt="github"></img> Library haddocks</a></li>
<li id="resource"><a href="https://github.com/supki/.dotfiles/blob/master/biegunka/Biegunka.hs">Real</a> <a href="https://github.com/dmalikov/dotfiles/blob/master/biegunka/Biegunka.hs">world</a> examples</li>
</ul>
</p>
</div>
<div id="linked-pictures" class="column">
<a href="https://github.com/supki">
<img id="github-avatar" src="/images/supki.png" alt="@supki on github" />
</a>
<a href="https://github.com/dmalikov">
<img id="github-avatar" src="/images/dmalikov.png" alt="@dmalikov on github" />
</a>
</div>
</div>