Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
bitshift
mirror da
https://github.com/earwig/bitshift
Segui
1
Vota
1
Forka
0
Codice
Rilasci
1
Attività
A semantic search engine for source code
https://bitshift.benkurtovic.com/
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
63
Commit
2
Rami (Branch)
16 MiB
Albero (Tree):
5db273a773
develop
master
v1.0
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '5db273a773'
${ noResults }
bitshift
/
static
/
css
/
main.css
main.css
60 B
Originale
Vista normale
Cronologia
Add assets/config module, SASS files, templates. Add: bitshift/assets.py -add module that contains functions to be called from inside the templates/ Jinja HTML files -- currently contains tag(), which generates an HTML asset tag based on a filename. bitshift/config.py -add Flask configuration module. static/(sass/main.sass, css/main.css) -create isolated directory for SASS files; compiled CSS files will be stored in static/css. static/css/_mixins.sass -add SASS partial to contain mixins (globally relevant to the project's styling). templates/layout.html -add various metadata.
10 anni fa
Add skeleton dir-structure, content to files. Add: app.py -add boilerplate Flask source. bitshift/ -directory for all python source. templates/(layout, index).html -add global layout template, and placeholder home page. static/css/main.sass -add placeholder main SASS file.
10 anni fa
1
2
3
4
/* Global project stylesheet.
*/
p {
font-size: 1.5em; }