Skip to content

Commit

Permalink
rework md file content for docsify #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Kuznetsov committed Oct 27, 2017
1 parent 81a6c0e commit b6307a0
Show file tree
Hide file tree
Showing 13 changed files with 656 additions and 459 deletions.
File renamed without changes.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/greybax/IT-films?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

List of movies, documentaries and TV series about hackers, geeks and IT in common, sorted by IMDB rating. If you know a good film which not contains in these lists just send a pull request.
List of movies, documentaries and TV series about hackers, geeks and IT in common, sorted by IMDB rating. If you know a good film which not contains in these lists just [fork it](https://github.com/greybax/IT-films/fork) and send a pull request.

## List

* [Movies](movies.md)
* [Documentary](documentary.md)
* [TV Series](tv_series.md)
## [Movies](movies.md)
## [Documentary](documentary.md)
## [TV Series](tv_series.md)
File renamed without changes.
Binary file added assets/steal_this_film.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 0 additions & 23 deletions docs/index.html

This file was deleted.

272 changes: 152 additions & 120 deletions documentary.md

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>IT-films - List of movies, documentaries and TV series about hackers, geeks and IT in common, sorted by IMDB rating.</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="List of movies, documentaries and TV series about hackers, geeks and IT in common, sorted by IMDB rating.">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="vendor/themes/vue.css">
</head>

<body>
<div id="app"></div>
</body>
<script>
window.$docsify = {
name: 'IT-films',
repo: '',
search: {
noData: {
'/': 'No results!'
},
paths: 'auto',
placeholder: {
'/': 'Search'
}
},
repo: 'https://github.com/greybax/IT-films'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>

</html>
Loading

0 comments on commit b6307a0

Please sign in to comment.