이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
ben
/
bitshift
의 미러
https://github.com/earwig/bitshift
보기
1
좋아요
1
포크
0
코드
릴리즈
1
활동
A semantic search engine for source code
https://bitshift.benkurtovic.com/
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92
커밋
2
브랜치
16 MiB
트리:
d127ac94ad
develop
master
v1.0
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from 'd127ac94ad'
${ noResults }
bitshift
/
templates
/
index.html
index.html
105 B
Raw
Normal View
히스토리
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
5
6
7
8
9
= extends "layout.html"
= block title
Home
= endblock
= block body
<p>Hello, world.</p>
= endblock