Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_index.md « credits « docport-theme « content « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a2a574561b9d6866af3ddb6370a258aaffb3a02 (plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
+++
title = "Credits"
description = "Contributors and packages used by hugo-theme-docport"
subpage = true
hide_toc=true
+++


## Contributors
<style type="text/css">
.ghContributors{
	display:flex;
	flex-flow:  wrap;
	align-content: space-around;
}

.ghContributors > div{
	margin:7px;
	line-height: initial;
	display:flex;
	flex-flow:  wrap;
	flex-direction: row;
	width: 30%;
	align-items: baseline;
}

.ghContributors img{
	margin: auto 5px !important;
	padding: 0px 0px ;

}

.ghContributors > div span{
	display:flex;
	flex-direction: column ; 
}

.ghContributors a {
	text-decoration: none!important;
}

.ghContributors > div span label{
	font-size: x-small;
	margin: 0px 0px ;
}



</style>
<div class="ghContributors">
{{%ghcontributors "https://api.github.com/repos/vjeantet/hugo-theme-docport/contributors?per_page=100" %}}

<div>
	<img src="https://avatars2.githubusercontent.com/u/394382?v=3" class="inline" width="32" height="32" style="height: 32px;height: 32px; vertical-align:middle; ">
	<span>
		<a href="https://github.com/bep">@bep</a>
		<label class="contributions">support and advices</label>
	</span>
</div>

<div>
	<img src="https://avatars2.githubusercontent.com/u/7010165?v=3" class="inline" width="32" height="32" style="height: 32px;height: 32px; vertical-align:middle; ">
	<span>
		<a href="https://github.com/digitalcraftsman">@digitalcraftsman</a>	
		<label class="contributions">support and advices</label>
	</span>
</div>

<div style="margin:7px">
	<img src="https://avatars2.githubusercontent.com/u/3520706?v=3" class="inline" width="32" height="32" style="height: 32px;height: 32px; vertical-align:middle; ">
	<span>
		<a href="https://github.com/matcornic">@matcornic</a>
		<label>inspiration and support</label>
	</span>
</div>

</div>



## Packages and libraries
* [bootstrap](https://getbootstrap.com/) - popular front-end open source toolkit
* [jQuery](https://jquery.com) - The Write Less, Do More, JavaScript Library
* [mermaid](https://knsv.github.io/mermaid) - generation of diagram and flowchart from text in a similar manner as markdown
* [reveal-js](http://lab.hakim.se/reveal-js) - The HTML Presentation Framework
* [lunr](https://lunrjs.com) - Lunr enables you to provide a great search experience without the need for external, server-side, search services...
* [javaScript-autoComplete](https://github.com/Pixabay/JavaScript-autoComplete) - An extremely lightweight and powerful vanilla JavaScript completion suggester.
* [font awesome](http://fontawesome.io/) - the iconic font and CSS framework


## Tooling
* [Hugo](https://gohugo.io/) 
* [Netlify CMS](https://www.netlifycms.org/)