使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
ben
/
bitshift
镜像自地址
https://github.com/earwig/bitshift
关注
1
点赞
1
派生
0
代码
版本发布
1
动态
A semantic search engine for source code
https://bitshift.benkurtovic.com/
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
63
提交
2
分支
16 MiB
目录树:
5db273a773
develop
master
v1.0
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 '5db273a773'
${ noResults }
bitshift
/
static
/
css
/
main.css
main.css
60 B
原始文件
普通视图
文件历史
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 年前
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 年前
1
2
3
4
/* Global project stylesheet.
*/
p {
font-size: 1.5em; }